func runtime.fastexprand

2 uses

	runtime (current package)
		malloc.go#L1389: 	return uintptr(fastexprand(MemProfileRate))
		malloc.go#L1394: func fastexprand(mean int) int32 {